Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow customization of ProgressHUD through ProgressHUDAppearance #107

Merged
merged 7 commits into from
May 14, 2024

Conversation

Cheesebaron
Copy link
Collaborator

✨ What kind of change does this PR introduce? (Bug fix, feature, docs update...)

⤵️ What is the current behavior?

Customization of ProgressHUD has to happen through specific instances of the HUD, rather than the static BTProgressHUD class as before.

🆕 What is the new behavior (if this is a feature change)?

Added a ProgressHUDAppearance class where all customization of, images, fonts, sizes and colors can be made.

Removed some old code that checks for versioning and automatically applies system appearance, this is now controllable and overridable through the appearance class.

💥 Does this PR introduce a breaking change?

Shouldn't™️

🐛 Recommendations for testing

Run the sample app and check the various huds

📝 Links to relevant issues/docs

Fixes #106

🤔 Checklist before submitting

  • All projects build
  • Follows style guide lines
  • Relevant documentation was updated

@Cheesebaron Cheesebaron mentioned this pull request May 13, 2024
Copy link

@jbouche-work jbouche-work left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do the job ^^.

@Cheesebaron Cheesebaron merged commit 0834e7b into main May 14, 2024
1 check passed
@Cheesebaron Cheesebaron deleted the bugfix/gh106-customization branch May 14, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cutomization
2 participants